home *** CD-ROM | disk | FTP | other *** search
- {
- Name = "PrintCenter";
- AppleEventCode = "pctr";
-
- Classes = {
- NSApplication = {
- AppleEventCode = "capp";
- Superclass = "NSCoreSuite.NSApplication";
- Attributes = {
- name = {
- AppleEventCode = "pnam";
- Type = "NSString";
- ReadOnly = "YES";
- };
- currentPrinter = {
- AppleEventCode = "cprn";
- Type = "Printer";
- ReadOnly = "NO";
- };
- };
- ToManyRelationships = {
- printers = {
- AppleEventCode = "prnt";
- Type = "Printer";
- ReadOnly = "YES";
- };
- };
- };
- Printer = {
- Superclass = "NSCoreSuite.AbstractObject";
- AppleEventCode = "prnt";
- Attributes = {
- name = {
- AppleEventCode = "pnam";
- Type = "NSString";
- ReadOnly = "YES";
- };
- status = {
- AppleEventCode = "stad";
- Type = "NSString";
- ReadOnly = "YES";
- };
- aeStatus = {
- AppleEventCode = "stat";
- Type = "NSNumber<PrinterStatus>";
- ReadOnly = "YES";
- };
- kind = {
- AppleEventCode = "kind";
- Type = "NSString";
- ReadOnly = "YES";
- };
- };
- ToManyRelationships = {
- jobs = {
- AppleEventCode = "pjob";
- Type = "Job";
- ReadOnly = "YES";
- };
- };
- };
- Job = {
- Superclass = "NSCoreSuite.AbstractObject";
- AppleEventCode = "pjob";
- Attributes = {
- name = {
- AppleEventCode = "pnam";
- Type = "NSString";
- ReadOnly = "YES";
- };
- aeStatus = {
- AppleEventCode = "stat";
- Type = "NSNumber<JobStatus>";
- ReadOnly = "YES";
- };
- aePriority = {
- AppleEventCode = "prio";
- Type = "NSNumber<Priority>";
- ReadOnly = "YES";
- };
- };
- };
- };
- Enumerations = {
- PrinterStatus = {
- AppleEventCode = "stap";
- Enumerators = {
- Printing = "prng";
- Idle = "idle";
- Stopped = "stop";
- Error = "erro";
- };
- };
- JobStatus = {
- AppleEventCode = "staj";
- Enumerators = {
- Printing = "prng";
- Waiting = "wait";
- HoldUntil = "unti";
- Hold = "hold";
- Aborted = "abor";
- Finished = "fini";
- Error = "erro";
- };
- };
- Priority = {
- AppleEventCode = "prio";
- Enumerators = {
- Low = "low ";
- Normal = "norm";
- Urgent = "urge";
- };
- };
- };
- }
-